﻿2026-06-15T09:40:57.4005086Z ##[group]Run set -euo pipefail
2026-06-15T09:40:57.4006058Z [36;1mset -euo pipefail[0m
2026-06-15T09:40:57.4006875Z [36;1mPIN=0c95435[0m
2026-06-15T09:40:57.4007671Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-15T09:40:57.4008644Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-15T09:40:57.4010052Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-15T09:40:57.4011754Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-15T09:40:57.4013448Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-15T09:40:57.4014789Z [36;1m  rm -rf "$CACHE"[0m
2026-06-15T09:40:57.4015707Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-15T09:40:57.4030093Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-15T09:40:57.4031413Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-15T09:40:57.4032732Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-15T09:40:57.4033715Z [36;1mfi[0m
2026-06-15T09:40:57.4034799Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T09:40:57.4050413Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-15T09:40:57.4051509Z env:
2026-06-15T09:40:57.4052226Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T09:40:57.4053122Z ##[endgroup]
2026-06-15T09:40:58.0483710Z    Compiling proc-macro2 v1.0.106
2026-06-15T09:40:58.0486149Z    Compiling quote v1.0.45
2026-06-15T09:40:58.0487229Z    Compiling unicode-ident v1.0.24
2026-06-15T09:40:58.0488344Z    Compiling libc v0.2.186
2026-06-15T09:40:58.0489740Z    Compiling serde_core v1.0.228
2026-06-15T09:40:58.0491172Z    Compiling cfg-if v1.0.4
2026-06-15T09:40:58.0492017Z    Compiling serde v1.0.228
2026-06-15T09:40:58.0523878Z    Compiling log v0.4.32
2026-06-15T09:40:58.0592621Z    Compiling pin-project-lite v0.2.17
2026-06-15T09:40:58.0594760Z    Compiling typenum v1.20.1
2026-06-15T09:40:58.0596253Z    Compiling portable-atomic v1.13.1
2026-06-15T09:40:58.0597962Z    Compiling memchr v2.8.1
2026-06-15T09:40:58.0599445Z    Compiling version_check v0.9.5
2026-06-15T09:40:58.0659434Z    Compiling critical-section v1.2.0
2026-06-15T09:40:58.0811080Z    Compiling find-msvc-tools v0.1.9
2026-06-15T09:40:58.1012866Z    Compiling shlex v2.0.1
2026-06-15T09:40:58.1375341Z    Compiling subtle v2.6.1
2026-06-15T09:40:58.1623027Z    Compiling bytes v1.11.1
2026-06-15T09:40:58.1782577Z    Compiling futures-core v0.3.32
2026-06-15T09:40:58.3191545Z    Compiling smallvec v1.15.1
2026-06-15T09:40:58.3265386Z    Compiling equivalent v1.0.2
2026-06-15T09:40:58.3512504Z    Compiling itoa v1.0.18
2026-06-15T09:40:58.3871989Z    Compiling semver v1.0.28
2026-06-15T09:40:58.3891894Z    Compiling stable_deref_trait v1.2.1
2026-06-15T09:40:58.3982242Z    Compiling slab v0.4.12
2026-06-15T09:40:58.4141508Z    Compiling futures-sink v0.3.32
2026-06-15T09:40:58.4144734Z    Compiling futures-io v0.3.32
2026-06-15T09:40:58.4391498Z    Compiling generic-array v0.14.7
2026-06-15T09:40:58.4641647Z    Compiling futures-task v0.3.32
2026-06-15T09:40:58.5451445Z    Compiling futures-channel v0.3.32
2026-06-15T09:40:58.5761485Z    Compiling hashbrown v0.17.1
2026-06-15T09:40:58.5907376Z    Compiling rustversion v1.0.22
2026-06-15T09:40:58.5992200Z    Compiling bitflags v2.12.1
2026-06-15T09:40:58.6241712Z    Compiling cpufeatures v0.2.17
2026-06-15T09:40:58.6771360Z    Compiling fnv v1.0.7
2026-06-15T09:40:58.6934384Z    Compiling cfg_aliases v0.2.1
2026-06-15T09:40:58.7151345Z    Compiling rustc_version v0.4.1
2026-06-15T09:40:58.7401564Z    Compiling rand_core v0.10.1
2026-06-15T09:40:58.7601127Z    Compiling strsim v0.11.1
2026-06-15T09:40:58.7851471Z    Compiling litemap v0.8.2
2026-06-15T09:40:58.8281302Z    Compiling writeable v0.6.3
2026-06-15T09:40:58.8781381Z    Compiling fs_extra v1.3.0
2026-06-15T09:40:58.9102757Z    Compiling icu_properties_data v2.2.0
2026-06-15T09:40:58.9898121Z    Compiling getrandom v0.4.2
2026-06-15T09:40:59.0033286Z    Compiling utf8_iter v1.0.4
2026-06-15T09:40:59.0660111Z    Compiling ident_case v1.0.1
2026-06-15T09:40:59.0939160Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T09:40:59.1031141Z    Compiling dunce v1.0.5
2026-06-15T09:40:59.2261132Z    Compiling percent-encoding v2.3.2
2026-06-15T09:40:59.2330661Z    Compiling autocfg v1.5.1
2026-06-15T09:40:59.2610886Z    Compiling http v1.4.1
2026-06-15T09:40:59.2901061Z    Compiling aws-lc-rs v1.17.0
2026-06-15T09:40:59.3069281Z    Compiling cpufeatures v0.3.0
2026-06-15T09:40:59.3826192Z    Compiling thiserror v2.0.18
2026-06-15T09:40:59.3920866Z    Compiling syn v2.0.117
2026-06-15T09:40:59.3955697Z    Compiling indexmap v2.14.0
2026-06-15T09:40:59.4094697Z    Compiling unicode-segmentation v1.13.3
2026-06-15T09:40:59.4242187Z    Compiling scopeguard v1.2.0
2026-06-15T09:40:59.4700893Z    Compiling chacha20 v0.10.0
2026-06-15T09:40:59.4921253Z    Compiling form_urlencoded v1.2.2
2026-06-15T09:40:59.5146974Z    Compiling lock_api v0.4.14
2026-06-15T09:40:59.5341184Z    Compiling untrusted v0.9.0
2026-06-15T09:40:59.5661419Z    Compiling rustls v0.23.40
2026-06-15T09:40:59.6332274Z    Compiling heck v0.5.0
2026-06-15T09:40:59.6647738Z    Compiling const-oid v0.10.2
2026-06-15T09:40:59.7750785Z    Compiling atomic-waker v1.1.2
2026-06-15T09:40:59.7782233Z    Compiling unicode-xid v0.2.6
2026-06-15T09:40:59.7801667Z    Compiling anyhow v1.0.102
2026-06-15T09:40:59.8176111Z    Compiling zerocopy v0.8.50
2026-06-15T09:40:59.8500838Z    Compiling paste v1.0.15
2026-06-15T09:40:59.8624645Z    Compiling httparse v1.10.1
2026-06-15T09:40:59.8681764Z    Compiling parking_lot_core v0.9.12
2026-06-15T09:40:59.8686121Z    Compiling num-traits v0.2.19
2026-06-15T09:40:59.8881238Z    Compiling hybrid-array v0.4.12
2026-06-15T09:40:59.9342727Z    Compiling curve25519-dalek v4.1.3
2026-06-15T09:41:00.0749958Z    Compiling jobserver v0.1.34
2026-06-15T09:41:00.0832148Z    Compiling convert_case v0.10.0
2026-06-15T09:41:00.1388917Z    Compiling ahash v0.8.12
2026-06-15T09:41:00.1547835Z    Compiling either v1.16.0
2026-06-15T09:41:00.1668482Z    Compiling base64ct v1.8.3
2026-06-15T09:41:00.1828270Z    Compiling crypto-common v0.1.7
2026-06-15T09:41:00.2051066Z    Compiling block-buffer v0.10.4
2026-06-15T09:41:00.2881274Z    Compiling powerfmt v0.2.0
2026-06-15T09:41:00.3211338Z    Compiling digest v0.10.7
2026-06-15T09:41:00.3420768Z    Compiling http-body v1.0.1
2026-06-15T09:41:00.3561470Z    Compiling cc v1.2.63
2026-06-15T09:41:00.3631771Z    Compiling fastrand v2.4.1
2026-06-15T09:41:00.4690869Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T09:41:00.4990923Z    Compiling deranged v0.5.8
2026-06-15T09:41:00.6255460Z    Compiling vcpkg v0.2.15
2026-06-15T09:41:00.6461126Z    Compiling try-lock v0.2.5
2026-06-15T09:41:00.6530682Z    Compiling time-core v0.1.8
2026-06-15T09:41:00.6651284Z    Compiling base64 v0.22.1
2026-06-15T09:41:00.7190798Z    Compiling num-conv v0.2.2
2026-06-15T09:41:00.7610344Z    Compiling tower-service v0.3.3
2026-06-15T09:41:00.8061168Z    Compiling data-encoding v2.11.0
2026-06-15T09:41:00.8296145Z    Compiling tinyvec_macros v0.1.1
2026-06-15T09:41:00.8772938Z    Compiling mio v1.2.1
2026-06-15T09:41:00.8948883Z    Compiling socket2 v0.6.4
2026-06-15T09:41:00.9023876Z    Compiling getrandom v0.2.17
2026-06-15T09:41:00.9363296Z    Compiling zmij v1.0.21
2026-06-15T09:41:00.9840693Z    Compiling pkg-config v0.3.33
2026-06-15T09:41:01.1250680Z    Compiling rand_core v0.6.4
2026-06-15T09:41:01.1910720Z    Compiling rand v0.10.1
2026-06-15T09:41:01.2273308Z    Compiling parking_lot v0.12.5
2026-06-15T09:41:01.2810665Z    Compiling tinyvec v1.11.0
2026-06-15T09:41:01.2970489Z    Compiling want v0.3.1
2026-06-15T09:41:01.3357972Z    Compiling crypto-common v0.2.2
2026-06-15T09:41:01.4910424Z    Compiling block-buffer v0.12.0
2026-06-15T09:41:01.5800674Z    Compiling sha2 v0.10.9
2026-06-15T09:41:01.6120440Z    Compiling inout v0.1.4
2026-06-15T09:41:01.6220596Z    Compiling vergen-lib v9.1.0
2026-06-15T09:41:01.6781324Z    Compiling cmake v0.1.58
2026-06-15T09:41:01.7390645Z    Compiling n0-future v0.3.2
2026-06-15T09:41:01.7460302Z    Compiling parking v2.2.1
2026-06-15T09:41:01.7704512Z    Compiling serde_json v1.0.150
2026-06-15T09:41:01.7887283Z    Compiling winnow v1.0.3
2026-06-15T09:41:01.8088896Z    Compiling signature v2.2.0
2026-06-15T09:41:01.8728046Z    Compiling diatomic-waker v0.2.3
2026-06-15T09:41:01.8920572Z    Compiling cordyceps v0.3.4
2026-06-15T09:41:01.9434343Z    Compiling crossbeam-utils v0.8.21
2026-06-15T09:41:01.9581036Z    Compiling spin v0.10.0
2026-06-15T09:41:01.9881199Z    Compiling httpdate v1.0.3
2026-06-15T09:41:02.0500396Z    Compiling ed25519 v2.2.3
2026-06-15T09:41:02.0570700Z    Compiling futures-lite v2.6.1
2026-06-15T09:41:02.0860381Z    Compiling cipher v0.4.4
2026-06-15T09:41:02.1760595Z    Compiling netlink-packet-core v0.8.1
2026-06-15T09:41:02.1790574Z    Compiling universal-hash v0.5.1
2026-06-15T09:41:02.2017986Z    Compiling futures-buffered v0.2.13
2026-06-15T09:41:02.2230661Z    Compiling digest v0.11.3
2026-06-15T09:41:02.2673274Z    Compiling vergen-lib v0.1.6
2026-06-15T09:41:02.3350475Z    Compiling vergen v9.1.0
2026-06-15T09:41:02.3497891Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T09:41:02.3630276Z    Compiling heapless v0.7.17
2026-06-15T09:41:02.3712094Z    Compiling noq-udp v0.10.0
2026-06-15T09:41:02.3990113Z    Compiling sync_wrapper v1.0.2
2026-06-15T09:41:02.4070564Z    Compiling opaque-debug v0.3.1
2026-06-15T09:41:02.4380749Z    Compiling byteorder v1.5.0
2026-06-15T09:41:02.4769155Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T09:41:02.4830635Z    Compiling allocator-api2 v0.2.21
2026-06-15T09:41:02.5281196Z    Compiling polyval v0.6.2
2026-06-15T09:41:02.6408648Z    Compiling hash32 v0.2.1
2026-06-15T09:41:02.6510657Z    Compiling aws-lc-sys v0.41.0
2026-06-15T09:41:02.6558156Z    Compiling ring v0.17.14
2026-06-15T09:41:02.6665990Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T09:41:02.6976859Z    Compiling spin v0.9.8
2026-06-15T09:41:02.7543490Z    Compiling vergen-gitcl v1.0.8
2026-06-15T09:41:02.7620723Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T09:41:02.8610719Z    Compiling ryu v1.0.23
2026-06-15T09:41:02.9010741Z    Compiling tower-layer v0.3.3
2026-06-15T09:41:02.9260649Z    Compiling num_threads v0.1.7
2026-06-15T09:41:02.9342975Z    Compiling signature v3.0.0
2026-06-15T09:41:02.9590871Z    Compiling fallible-iterator v0.3.0
2026-06-15T09:41:02.9934564Z    Compiling ghash v0.5.1
2026-06-15T09:41:03.0680506Z    Compiling time v0.3.47
2026-06-15T09:41:03.0829836Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T09:41:03.0940895Z    Compiling ctr v0.9.2
2026-06-15T09:41:03.0981073Z    Compiling aes v0.8.4
2026-06-15T09:41:03.1114212Z    Compiling http-body-util v0.1.3
2026-06-15T09:41:03.2847040Z    Compiling aead v0.5.2
2026-06-15T09:41:03.3320837Z    Compiling openssl-probe v0.2.1
2026-06-15T09:41:03.3420486Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T09:41:03.3905796Z    Compiling crossbeam-channel v0.5.15
2026-06-15T09:41:03.4060692Z    Compiling blake3 v1.8.5
2026-06-15T09:41:03.4400658Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T09:41:03.5773251Z    Compiling netlink-packet-route v0.29.0
2026-06-15T09:41:03.5840375Z    Compiling uuid v1.23.2
2026-06-15T09:41:03.5939715Z    Compiling memoffset v0.6.5
2026-06-15T09:41:03.7762474Z    Compiling aes-gcm v0.10.3
2026-06-15T09:41:03.7965965Z    Compiling acto v0.8.2
2026-06-15T09:41:03.8233858Z    Compiling netwatch v0.16.0
2026-06-15T09:41:03.9401946Z    Compiling noq v0.18.0
2026-06-15T09:41:03.9530762Z    Compiling lru-slab v0.1.2
2026-06-15T09:41:03.9767034Z    Compiling ref-cast v1.0.25
2026-06-15T09:41:04.0590636Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T09:41:04.1250762Z    Compiling foldhash v0.2.0
2026-06-15T09:41:04.1580552Z    Compiling rustc-hash v2.1.2
2026-06-15T09:41:04.1688645Z    Compiling thiserror v1.0.69
2026-06-15T09:41:04.1829509Z    Compiling xml-rs v0.8.28
2026-06-15T09:41:04.2593196Z    Compiling tagptr v0.2.0
2026-06-15T09:41:04.2924922Z    Compiling identity-hash v0.1.0
2026-06-15T09:41:04.3079404Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T09:41:04.3349481Z    Compiling mac-addr v0.3.0
2026-06-15T09:41:04.3843786Z    Compiling rustix v1.1.4
2026-06-15T09:41:04.4328051Z    Compiling hashbrown v0.16.1
2026-06-15T09:41:04.5149387Z    Compiling netlink-packet-route v0.30.0
2026-06-15T09:41:04.5735209Z    Compiling termios v0.2.2
2026-06-15T09:41:04.7124666Z    Compiling synstructure v0.13.2
2026-06-15T09:41:04.7187503Z    Compiling darling_core v0.20.11
2026-06-15T09:41:04.8928815Z    Compiling serde_derive_internals v0.29.1
2026-06-15T09:41:05.1332817Z    Compiling proc-macro-crate v3.5.0
2026-06-15T09:41:05.2161764Z    Compiling xmltree v0.10.3
2026-06-15T09:41:05.2777854Z    Compiling errno v0.3.14
2026-06-15T09:41:05.4243174Z    Compiling ioctl-rs v0.1.6
2026-06-15T09:41:05.4342057Z    Compiling serial-core v0.4.0
2026-06-15T09:41:05.4431071Z    Compiling simple-dns v0.9.3
2026-06-15T09:41:05.4621295Z    Compiling aho-corasick v1.1.4
2026-06-15T09:41:05.5170890Z    Compiling smol_str v0.1.24
2026-06-15T09:41:05.5321519Z    Compiling signal-hook v0.3.18
2026-06-15T09:41:05.5800952Z    Compiling simdutf8 v0.1.5
2026-06-15T09:41:05.6202638Z    Compiling regex-syntax v0.8.10
2026-06-15T09:41:05.6950731Z    Compiling linux-raw-sys v0.12.1
2026-06-15T09:41:05.7027859Z    Compiling sha1_smol v1.0.1
2026-06-15T09:41:05.7520952Z    Compiling resolv-conf v0.7.6
2026-06-15T09:41:05.8550587Z    Compiling toml_write v0.1.2
2026-06-15T09:41:05.9437716Z    Compiling winnow v0.7.15
2026-06-15T09:41:05.9536664Z    Compiling constant_time_eq v0.4.2
2026-06-15T09:41:06.0790337Z    Compiling arrayref v0.3.9
2026-06-15T09:41:06.1150832Z    Compiling arrayvec v0.7.6
2026-06-15T09:41:06.1420138Z    Compiling serial-unix v0.4.0
2026-06-15T09:41:06.1923640Z    Compiling signal-hook-registry v1.4.8
2026-06-15T09:41:06.2771618Z    Compiling lru v0.16.4
2026-06-15T09:41:06.3650863Z    Compiling darling_core v0.23.0
2026-06-15T09:41:06.5130382Z    Compiling serde_bytes v0.11.19
2026-06-15T09:41:06.5497868Z    Compiling seize v0.5.1
2026-06-15T09:41:06.7786894Z    Compiling hmac v0.12.1
2026-06-15T09:41:06.7900755Z    Compiling serde_derive v1.0.228
2026-06-15T09:41:06.8870794Z    Compiling zeroize_derive v1.4.3
2026-06-15T09:41:06.9918559Z    Compiling tokio-macros v2.7.0
2026-06-15T09:41:07.0370737Z    Compiling futures-macro v0.3.32
2026-06-15T09:41:07.5740333Z    Compiling zeroize v1.8.2
2026-06-15T09:41:07.6599951Z    Compiling tokio v1.52.3
2026-06-15T09:41:07.7260754Z    Compiling zerofrom-derive v0.1.7
2026-06-15T09:41:07.9320986Z    Compiling yoke-derive v0.8.2
2026-06-15T09:41:08.0750762Z    Compiling zerovec-derive v0.11.3
2026-06-15T09:41:08.1020720Z    Compiling futures-util v0.3.32
2026-06-15T09:41:08.1770162Z    Compiling displaydoc v0.2.6
2026-06-15T09:41:08.6210981Z    Compiling tracing-attributes v0.1.31
2026-06-15T09:41:09.0598458Z    Compiling rustls-pki-types v1.14.1
2026-06-15T09:41:09.1109077Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T09:41:09.3144939Z    Compiling zerofrom v0.1.8
2026-06-15T09:41:09.3784107Z    Compiling thiserror-impl v2.0.18
2026-06-15T09:41:09.4283021Z    Compiling yoke v0.8.3
2026-06-15T09:41:09.6340772Z    Compiling zerovec v0.11.6
2026-06-15T09:41:09.7449475Z    Compiling zerotrie v0.2.4
2026-06-15T09:41:09.7560757Z    Compiling darling_macro v0.20.11
2026-06-15T09:41:09.9240624Z    Compiling derive_more-impl v2.1.1
2026-06-15T09:41:09.9890381Z    Compiling n0-error-macros v0.1.3
2026-06-15T09:41:10.0966267Z    Compiling spez v0.1.2
2026-06-15T09:41:10.1520755Z    Compiling darling v0.20.11
2026-06-15T09:41:10.2346608Z    Compiling derive_builder_core v0.20.2
2026-06-15T09:41:10.4083299Z    Compiling tinystr v0.8.3
2026-06-15T09:41:10.4720445Z    Compiling potential_utf v0.1.5
2026-06-15T09:41:10.4910223Z    Compiling der v0.8.0-rc.10
2026-06-15T09:41:10.6190370Z    Compiling icu_locale_core v2.2.0
2026-06-15T09:41:10.6730675Z    Compiling icu_collections v2.2.0
2026-06-15T09:41:11.0540589Z    Compiling n0-error v0.1.3
2026-06-15T09:41:11.3673568Z    Compiling pin-project-internal v1.1.13
2026-06-15T09:41:11.4570518Z    Compiling cobs v0.3.0
2026-06-15T09:41:11.5620543Z    Compiling ed25519-dalek v2.2.0
2026-06-15T09:41:11.6340732Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T09:41:11.7260918Z    Compiling derive_builder_macro v0.20.2
2026-06-15T09:41:11.9470772Z    Compiling icu_provider v2.2.0
2026-06-15T09:41:12.0317820Z    Compiling ipnet v2.12.0
2026-06-15T09:41:12.0384334Z    Compiling derive_builder v0.20.2
2026-06-15T09:41:12.0704158Z    Compiling spki v0.8.0-rc.4
2026-06-15T09:41:12.1970253Z    Compiling futures-executor v0.3.32
2026-06-15T09:41:12.3082262Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T09:41:12.4352597Z    Compiling icu_normalizer v2.2.0
2026-06-15T09:41:12.4970585Z    Compiling icu_properties v2.2.0
2026-06-15T09:41:12.5013155Z    Compiling prefix-trie v0.8.4
2026-06-15T09:41:12.5590747Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T09:41:12.5998129Z    Compiling futures v0.3.32
2026-06-15T09:41:12.7040650Z    Compiling once_cell v1.21.4
2026-06-15T09:41:12.7620818Z    Compiling pin-project v1.1.13
2026-06-15T09:41:12.8675923Z    Compiling spt-proto v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T09:41:12.9460304Z    Compiling tracing-core v0.1.36
2026-06-15T09:41:13.1390960Z    Compiling postcard-derive v0.2.2
2026-06-15T09:41:13.2710388Z    Compiling hashbrown v0.14.5
2026-06-15T09:41:13.2831245Z    Compiling data-encoding-macro v0.1.20
2026-06-15T09:41:13.3290929Z    Compiling rustls-native-certs v0.8.4
2026-06-15T09:41:13.3400573Z    Compiling async-trait v0.1.89
2026-06-15T09:41:13.4890482Z    Compiling strum_macros v0.28.0
2026-06-15T09:41:13.5801023Z    Compiling tracing v0.1.44
2026-06-15T09:41:13.7090540Z    Compiling postcard v1.1.3
2026-06-15T09:41:13.8037715Z    Compiling tokio-util v0.7.18
2026-06-15T09:41:13.9061078Z    Compiling netlink-sys v0.8.8
2026-06-15T09:41:13.9505350Z    Compiling idna_adapter v1.2.2
2026-06-15T09:41:14.0726333Z    Compiling idna v1.1.0
2026-06-15T09:41:14.0947371Z    Compiling hashlink v0.9.1
2026-06-15T09:41:14.2150948Z    Compiling tower v0.5.3
2026-06-15T09:41:14.2247764Z    Compiling num_enum_derive v0.7.6
2026-06-15T09:41:14.3991121Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T09:41:14.4180642Z    Compiling derive_more v2.1.1
2026-06-15T09:41:14.4326671Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T09:41:14.5130155Z    Compiling url v2.5.8
2026-06-15T09:41:14.5210471Z    Compiling enum-assoc v1.3.0
2026-06-15T09:41:14.5470674Z    Compiling netdev v0.42.0
2026-06-15T09:41:14.6290889Z    Compiling netlink-proto v0.12.0
2026-06-15T09:41:14.8160376Z    Compiling rusqlite v0.32.1
2026-06-15T09:41:14.8348289Z    Compiling iroh-relay v0.98.0
2026-06-15T09:41:14.9050835Z    Compiling iroh-metrics v0.38.3
2026-06-15T09:41:14.9170809Z    Compiling moka v0.12.15
2026-06-15T09:41:14.9522963Z    Compiling h2 v0.4.14
2026-06-15T09:41:15.0573517Z    Compiling tokio-stream v0.1.18
2026-06-15T09:41:15.1125054Z    Compiling toml_datetime v0.6.11
2026-06-15T09:41:15.1539337Z    Compiling n0-watcher v0.6.1
2026-06-15T09:41:15.3089283Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T09:41:15.3429087Z    Compiling iroh-base v0.98.0
2026-06-15T09:41:15.3728706Z    Compiling num_enum v0.7.6
2026-06-15T09:41:15.4210549Z    Compiling attohttpc v0.30.1
2026-06-15T09:41:15.4339445Z    Compiling tower-http v0.6.11
2026-06-15T09:41:15.4542430Z    Compiling serde_spanned v0.6.9
2026-06-15T09:41:15.5769536Z    Compiling thiserror-impl v1.0.69
2026-06-15T09:41:15.7630550Z    Compiling ref-cast-impl v1.0.25
2026-06-15T09:41:15.8246940Z    Compiling toml_edit v0.22.27
2026-06-15T09:41:16.0991285Z    Compiling spt-store v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T09:41:16.2444394Z    Compiling webpki-roots v1.0.7
2026-06-15T09:41:16.3180681Z    Compiling regex-automata v0.4.14
2026-06-15T09:41:16.3340493Z    Compiling schemars_derive v1.2.1
2026-06-15T09:41:16.3632417Z    Compiling iroh v0.98.2
2026-06-15T09:41:16.3700400Z    Compiling dyn-clone v1.0.20
2026-06-15T09:41:16.4780937Z    Compiling strum v0.28.0
2026-06-15T09:41:16.5129923Z    Compiling cmov v0.5.4
2026-06-15T09:41:16.5783290Z    Compiling iroh-dns v0.98.0
2026-06-15T09:41:16.6384561Z    Compiling utf8parse v0.2.2
2026-06-15T09:41:16.7281338Z    Compiling rustix v0.38.44
2026-06-15T09:41:16.7639412Z    Compiling bitflags v1.3.2
2026-06-15T09:41:16.7723578Z    Compiling pin-utils v0.1.0
2026-06-15T09:41:16.7870951Z    Compiling anstyle-parse v1.0.0
2026-06-15T09:41:16.8311175Z    Compiling nix v0.25.1
2026-06-15T09:41:16.8470931Z    Compiling ctutils v0.4.2
2026-06-15T09:41:16.9820774Z    Compiling backon v1.6.0
2026-06-15T09:41:17.1170398Z    Compiling darling_macro v0.23.0
2026-06-15T09:41:17.1258332Z    Compiling hkdf v0.12.4
2026-06-15T09:41:17.2088885Z    Compiling filedescriptor v0.8.3
2026-06-15T09:41:17.2208620Z    Compiling papaya v0.2.4
2026-06-15T09:41:17.2950873Z    Compiling serial v0.4.0
2026-06-15T09:41:17.3637717Z    Compiling colorchoice v1.0.5
2026-06-15T09:41:17.4099861Z    Compiling shell-words v1.1.1
2026-06-15T09:41:17.4470726Z    Compiling instability v0.3.12
2026-06-15T09:41:17.4820771Z    Compiling linux-raw-sys v0.4.15
2026-06-15T09:41:17.5040458Z    Compiling downcast-rs v1.2.1
2026-06-15T09:41:17.5720403Z    Compiling anstyle-query v1.1.5
2026-06-15T09:41:17.5843193Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T09:41:17.6403932Z    Compiling anstyle v1.0.14
2026-06-15T09:41:17.6565339Z    Compiling foldhash v0.1.5
2026-06-15T09:41:17.6855299Z    Compiling signal-hook-mio v0.2.5
2026-06-15T09:41:17.7071282Z    Compiling darling v0.23.0
2026-06-15T09:41:17.7751399Z    Compiling spake2 v0.4.0
2026-06-15T09:41:17.7825510Z    Compiling terminal_size v0.4.4
2026-06-15T09:41:17.7935030Z    Compiling strum_macros v0.26.4
2026-06-15T09:41:17.8590643Z    Compiling hashbrown v0.15.5
2026-06-15T09:41:17.8630717Z    Compiling sha1 v0.10.6
2026-06-15T09:41:17.9209350Z    Compiling anstream v1.0.0
2026-06-15T09:41:17.9343206Z    Compiling itertools v0.13.0
2026-06-15T09:41:18.1234895Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T09:41:18.1355449Z    Compiling castaway v0.2.4
2026-06-15T09:41:18.2830527Z    Compiling static_assertions v1.1.0
2026-06-15T09:41:18.3570858Z    Compiling toml v0.8.23
2026-06-15T09:41:18.4280739Z    Compiling unicode-width v0.1.14
2026-06-15T09:41:18.4400771Z    Compiling schemars v1.2.1
2026-06-15T09:41:18.6626460Z    Compiling clap_lex v1.1.0
2026-06-15T09:41:18.7380659Z    Compiling doctest-file v1.1.1
2026-06-15T09:41:18.9286436Z    Compiling spt-msg v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T09:41:19.3247209Z    Compiling indoc v2.0.7
2026-06-15T09:41:19.3335507Z    Compiling interprocess v2.4.2
2026-06-15T09:41:19.4395125Z    Compiling regex v1.12.3
2026-06-15T09:41:19.8627486Z    Compiling unicode-truncate v1.1.0
2026-06-15T09:41:19.8837942Z    Compiling crossterm v0.28.1
2026-06-15T09:41:19.9970963Z    Compiling spt-runtime v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T09:41:20.1086022Z    Compiling clap_builder v4.6.0
2026-06-15T09:41:20.2793944Z    Compiling hyper v1.10.1
2026-06-15T09:41:20.3059589Z    Compiling strum v0.26.3
2026-06-15T09:41:20.4101387Z    Compiling lru v0.12.5
2026-06-15T09:41:20.4389664Z    Compiling compact_str v0.8.2
2026-06-15T09:41:20.5500762Z    Compiling clap_derive v4.6.1
2026-06-15T09:41:20.7992255Z    Compiling unicode-width v0.2.0
2026-06-15T09:41:20.9641185Z    Compiling iana-time-zone v0.1.65
2026-06-15T09:41:21.0703125Z    Compiling portable-pty v0.8.1
2026-06-15T09:41:21.1165007Z    Compiling cassowary v0.3.0
2026-06-15T09:41:21.2960672Z    Compiling chrono v0.4.45
2026-06-15T09:41:21.3785808Z    Compiling nucleo-matcher v0.3.1
2026-06-15T09:41:21.3959795Z    Compiling qrcode v0.14.1
2026-06-15T09:41:21.6851290Z    Compiling spt-term v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T09:41:22.0090642Z    Compiling ratatui v0.29.0
2026-06-15T09:41:22.3100429Z    Compiling hyper-util v0.1.20
2026-06-15T09:41:22.3227741Z    Compiling tempfile v3.27.0
2026-06-15T09:41:22.6561429Z    Compiling spt-live v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T09:41:22.9369963Z    Compiling clap v4.6.1
2026-06-15T09:41:24.2135969Z    Compiling igd-next v0.17.1
2026-06-15T09:41:25.2664809Z    Compiling portmapper v0.16.0
2026-06-15T09:41:29.8171266Z    Compiling rustls-webpki v0.103.13
2026-06-15T09:41:32.1173118Z    Compiling tokio-rustls v0.26.4
2026-06-15T09:41:32.1173623Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T09:41:32.1173947Z    Compiling noq-proto v0.17.0
2026-06-15T09:41:32.2609096Z    Compiling hyper-rustls v0.27.9
2026-06-15T09:41:32.2612339Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T09:41:32.2612797Z    Compiling tokio-websockets v0.13.2
2026-06-15T09:41:32.3943511Z    Compiling reqwest v0.13.4
2026-06-15T09:41:33.3048838Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T09:41:47.1354865Z    Compiling spt-net v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T09:41:48.4510857Z    Compiling spt-daemon v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T09:41:54.9100524Z    Compiling spt v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T09:41:58.2777776Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-15T09:41:58.3001157Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-bf773ae5031bcf02)
2026-06-15T09:41:58.3013792Z 
2026-06-15T09:41:58.3014073Z running 1 test
2026-06-15T09:42:04.4847281Z test new_brain_serves_against_old_broker ... ok
2026-06-15T09:42:04.4849125Z 
2026-06-15T09:42:04.4849953Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-15T09:42:04.4850348Z 
